home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id002.dxr / 00069.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  248 b   |  16 lines

  1. on exitFrame
  2.   if the timer > 1250 then
  3.     go(the frame + 1)
  4.   else
  5.     go(the frame)
  6.   end if
  7. end
  8.  
  9. on mouseUp
  10.   sound stop 1
  11.   set the visible of sprite 20 to 1
  12.   set the visible of sprite 21 to 1
  13.   set the visible of sprite 22 to 1
  14.   go(20)
  15. end
  16.